home *** CD-ROM | disk | FTP | other *** search
-
- #define UniversalIncludes 1
- #define ModuleDebug 1
-
- /*
- Define this only if your plugin has globals and your using CodeWarrior7.
- Other compilers may support globals in code resources but you'll have to
- figure this out on your own.
-
- #define PLUGIN_GLOBALS
- */
-
- #ifdef __MWERKS__
- // CW7 functions return pointers in A0 unless this is specified. We specify it here because
- // Arrange returns pointers in D0 as per MPW conventions.
- #pragma pointers_in_D0
- #endif //__MWERKS__
-